home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1991 / Jan 91 / MacApp.Tech$ 1⁄11⁄91 / 2643-TextBox() => PICT-Jan91 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.4 KB  |  39 lines  |  [TEXT/GEOL]

  1. Item    4148823                         11-Jan-91        05:38PST
  2.  
  3. From:   POWERUP.ENG                     Power Up Software,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. ------------------------------------------------------------------------------
  8.  
  9. Sub:    TextBox() => PICT
  10.  
  11. Attn:   MacApp.Tech$
  12. SentBy: James Plamondon
  13. Subject:   TextBox() => PICT
  14. Gentlepersons,
  15.  
  16. I am using TextBox() to draw multi-line strings in a view which can be saved
  17. as a PICT file.  While everything else in the picture comes out just fine, the
  18. multi-line text does not, in this respect:  each line is a separate object in
  19. the picture; I had expected (and would prefer) to have the entire multi-line
  20. string be a single PICT object.  I assume that this is because TextBox() makes
  21. a separate call to DrawString() (or some such) for each line of text it draws.
  22.  
  23. I would like to continue using TextBox(), since it works well in all other
  24. respects, but nonetheless I must address this problem.
  25.  
  26. And so, I ask of you:  If any of you have any idea how I might force TextBox()
  27. to place its results into a single string object, I would appreciate it.
  28. (Grouping all of the separate objects that result from a single call to
  29. TextBox() is an obvious technique, but it seems like a kludge to me.  Still,
  30. if anyone feels that this is an adequate solution, I'm willing to be
  31. convinced.)
  32.  
  33. Grateful for your assistance, I remain
  34.  
  35. Yours,
  36.  
  37. James Plamondon
  38.  
  39.